home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / gdb.new / gdb-4.0 / bfd / doc / libbfd.ip < prev    next >
Encoding:
Text File  |  1991-09-29  |  156 b   |  9 lines

  1. /* *i bfd_log2
  2. Return the log base 2 of the value supplied, rounded up. eg an arg
  3. of 1025 would return 11.
  4. */
  5.  PROTO(bfd_vma, bfd_log2,(bfd_vma x));
  6.  
  7. /*
  8. */
  9.